SPI0 external RAM clock control register
SPI_MEM_SCLKCNT_L | For SPI0 external RAM interface, it must be equal to spi_mem_clkcnt_N. |
SPI_MEM_SCLKCNT_H | For SPI0 external RAM interface, it must be floor((spi_mem_clkcnt_N+1)/2-1). |
SPI_MEM_SCLKCNT_N | For SPI0 external RAM interface, it is the divider of spi_mem_clk. So spi_mem_clk frequency is system/(spi_mem_clkcnt_N+1) |
SPI_MEM_SCLK_EQU_SYSCLK | For SPI0 external RAM interface, 1: spi_mem_clk is eqaul to system 0: spi_mem_clk is divided from system clock. |